home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / PictureFieldEditor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  979 b   |  65 lines

  1. Editor = {
  2.     ACTIONS = {
  3.     runCalculatedEditor:;
  4.     updateButtons:;
  5.     runListView:;
  6.     };
  7.     OUTLETS = {
  8.     editorView;
  9.     textDelegate;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. BooleanEditor = {
  14.     ACTIONS = {
  15.     enableEditFormulaButton:;
  16.     };
  17.     OUTLETS = {
  18.     defaultMatrix;
  19.     editFormulaButton;
  20.     calculatedSwitch;
  21.     notEmptySwitch;
  22.     };
  23.     SUPERCLASS = Editor;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. PictureFieldEditor = {
  31.     OUTLETS = {
  32.     linkOrCopyMatrix;
  33.     box;
  34.     };
  35.     SUPERCLASS = Editor;
  36. };
  37. GeneralEditor = {
  38.     ACTIONS = {
  39.     enableEditFormulaButton:;
  40.     runEntryListEditor:;
  41.     runFormulaEditor:;
  42.     };
  43.     OUTLETS = {
  44.     uniqueSwitch;
  45.     fixedListSwitch;
  46.     editEntryListButton;
  47.     notEmptySwitch;
  48.     editFormulaButton;
  49.     rangeHideView;
  50.     defaultField;
  51.     rangeSuperview;
  52.     calculatedSwitch;
  53.     };
  54.     SUPERCLASS = Editor;
  55. };
  56. SoundFieldEditor = {
  57.     ACTIONS = {
  58.     setFileIsCopy:;
  59.     };
  60.     OUTLETS = {
  61.     linkOrCopyMatrix;
  62.     };
  63.     SUPERCLASS = Editor;
  64. };
  65.